/*====reset all=====*/
* {
  box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

audio,
canvas,
video,
span {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

audio:not([controls]),
[hidden] {
  display: none
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}


a:visited {
  text-decoration: none !important;
}


a:hover {
  text-decoration: none !important;
}


a:active {
  text-decoration: none !important;
}

address,
em {
  font-style: normal
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

small {
  font-size: 85%
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

label {
  cursor: pointer
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  font-size: 100%
}

button,
input {
  line-height: normal
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border: none;
  resize: none
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td {
  vertical-align: top
}

em,
i {
  font-style: normal
}

select,
input,
input::-webkit-clear-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-inner-spin-button {
  visibility: hidden;
}

/*====reset end====*/
